exit n. 1.出口,出路,太平門。 2.【電學(xué)】引出端;排氣管。 3.外出;離去;死亡;【戲劇】退場(chǎng)(opp. entrance)。 make one's exit退出;退場(chǎng);去世。 vi. 1.退出,離去。 2.死,去世。 vi. 〔拉丁語(yǔ)〕 【戲劇】退場(chǎng) 〔cf. exeunt; opp. enter〕.
The address is an exit address that is , you re exiting from this function 字符,那么這個(gè)地址就是一個(gè)出口地址(也就是說(shuō),您正在從這個(gè)函數(shù)中退出) 。
When an exit address is encountered , the current active function has returned and the top element on the stack is discarded 在碰到退出函數(shù)時(shí),當(dāng)前的活動(dòng)函數(shù)就會(huì)返回,并釋放棧頂元素。
So , if in the trace file you have an entry address followed by another entry address , you can infer that a called b . if an entry address is followed by an exit address , it s understood that function was called and then returned 因此,如果在跟蹤文件中有一個(gè)入口地址( a )緊跟著另外一個(gè)入口地址( b ) ,那么您就可以推斷是a調(diào)用了b 。如果一個(gè)入口地址( a )后面跟著一個(gè)出口地址( a ) ,那么就說(shuō)明這個(gè)函數(shù)( a )被調(diào)用后就直接返回了。